*{margin: 0; padding: 0;}
ul{ list-style: none;}
a{text-decoration: none;}

/*头部*/
.top_nav{ height: 35px; float: right; line-height: 35px;}
.top_nav li{ float: left; margin-left: 20px;}
.top_nav li a{ font-family: "微软雅黑"; font-size: 12px; color: #666666;}

/*logo*/
.logo_bg{ width: 1000px; height: 120px; margin: auto;}
.logo_bg .logo{display: block; width: 407px; height: 61px; background: url(../img/logo.png); float: left; margin-top: 30px;}
.logo_bg img{float: right; margin-top: 32px;}

/*导航*/
/*.nav{ width: 1000px; height: 50px; line-height: 50px; margin: auto; }
.nav li{float: left; width: 80px; margin-left: 30px; }
.nav li a{font-family: "微软雅黑"; font-size: 14px; color: #ffffff;}*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.nav{ width: 1000px; height:50px; line-height:49px; margin: auto; position:relative; z-index:1;  }
.nav a{ color:#fff; }
.nav .nLi{ float:left;  position:relative; display:inline;  }
.nav .nLi h3{ float:left;  }
.nav .nLi h3 a{ display:block; padding:0 29px; font-size:14px;font-family: "微软雅黑"; font-weight:normal;  }
.nav .sub{display: none;  width:115px; left:0; top:48px;  position:absolute; background:#4E4E4E;    }
.nav .sub li{ zoom:1; }
.nav .sub a{ display:block;line-height: 40px; height: 40px; text-align: center; font-family: "微软雅黑"; font-size: 12px; }
.nav .sub a:hover{ background:#6d6d6d; color:#fff;  }
.nav .on h3 a{  color:#fff; background:#4E4E4E;  }

/*banner*/
.banner_bg{width: 100%; }
.slideBox{width:100%; height:573px; overflow:hidden; position:relative; margin: auto; top: -1px;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:49%; bottom:15px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:10px;  width:10px; height:10px; line-height:10px; text-align:center; background:#fff; cursor:pointer; border-radius: 50%;}
.slideBox .hd ul li.on{ background:#0190ff; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:1920px; height:573px; display:block;}

/*图标*/
.ico_bg{width: 100%;height: 410px; padding-top: 60px;}
.ico_bg ul{margin-top: 30px;}
.ico_bg ul .ico_li{ float: left; margin-left: 55px;transition: 0.5s;}
.ico_bg li a{display: block; width: 230px; height: 355px; border: #bebdbd solid 1px;}
.ico_bg li a div{ width: 105px; height: 105px; margin: auto; margin-top: 25px;transition: 0.3s; background: #24adf8;border-radius: 50%; text-align: center;}
.ico_bg li a div img{margin-top: 20px;}
.ico_bg li a h2{ height: 45px; width: 180px; border-bottom: #bebdbd dashed 1px; padding-top: 30px; font-family: "微软雅黑"; font-size: 18px; color: #929191; margin: auto; font-weight: normal; text-align: center;}
.ico_bg li a ul{ margin-top: 30px;}
.ico_bg li a ul li{ width: 230px; margin-top: 15px; text-align: center; font-family: "微软雅黑"; font-size: 14px; color: #6f6d6d;}

.ico_bg .ico_li:hover{transform: translateY(-15px);}
.ico_bg .ico_li:hover div{background: #6cc8fa;}

/*内容*/
.cont{ width: 1100px; height: 940px;  margin: auto; }
/* 简介 */
.slideTxtBox1{ width:450px; border-right:1px solid #ddd; text-align:left; float: left;}
.slideTxtBox1 .hd{ height:54px; background:#FFFFFF; padding:0 10px 0 20px;   border-bottom:1px solid #eaeaea;  position:relative; }

.slideTxtBox1 .hd div b{font-family: "微软雅黑"; font-size: 22px; color: #777777; float: left; margin-top: 14px; font-weight: normal;}
.slideTxtBox1 .hd div p{font-family: "微软雅黑"; font-size: 12px; color: #9c9c9c; float: left; margin-left: 15px; margin-top: 24px;}
.slideTxtBox1 .hd ul{ float:left;  position:absolute; left:350px; top:315px; height:32px;  }
.slideTxtBox1 .hd ul li{ float:left; width: 15px; height: 15px; margin-left: 10px; cursor:pointer; background: #e0e0e0; }
.slideTxtBox1 .hd ul li.on{ background:#4b4b4b; }
.slideTxtBox1 .bd ul{ height: 210px; padding-top: 30px; background: #FFFFFF;border-bottom:1px solid #eaeaea; }
.slideTxtBox1 .bd li{ height:175px; }
.slideTxtBox1 .bd li .date{ float:right; color:#999;  }
.slideTxtBox1 .bd li img{display: block; width: 175px; height: 175px; margin-left: 25px;}
.slideTxtBox1 .bd li .date{height: 175px; width: 200px; margin-right: 20px;}
.slideTxtBox1 .bd li .date h2{ font-family: "微软雅黑"; font-size: 16px; color: #515151;}
.slideTxtBox1 .bd li .date p{ margin-top: 20px; font-family: "微软雅黑"; font-size: 12px; color: #515151; line-height: 24px;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideTxtBox1 .arrow{  position:absolute; right:10px; top:0; }
.slideTxtBox1 .arrow a{ display:block;  width:33px; height:33px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
cursor:pointer; background:#bbbbbb }
.slideTxtBox1 .arrow .next{ text-align: center; line-height: 33px; }
.slideTxtBox1 .arrow .prev{ text-align: center; line-height: 33px; }
.slideTxtBox1 .arrow .next:hover{background:#24adf8}
.slideTxtBox1 .arrow .prev:hover{background:#24adf8}

/*新闻*/
.picScroll-top{ margin:0 auto;  width:649px;  overflow:hidden; position:relative;}
.picScroll-top .hd{ overflow:hidden;  height:54px; background: #FFFFFF;border-bottom:1px solid #eaeaea;}
.picScroll-top .hd>div{ background: blue;}
.picScroll-top .hd>div>b{margin-left: 25px; font-family: "微软雅黑"; font-size: 22px; color: #777777; float: left; margin-top: 14px; font-weight: normal;}
.picScroll-top .hd>div>span{font-family: "微软雅黑"; font-size: 12px; color: #9c9c9c; float: left; margin-left: 15px; margin-top: 24px;}
.picScroll-top .hd .prev{ display:block;  width: 56px; height: 54px; text-align: center; line-height: 54px; float:right; overflow:hidden;
cursor:pointer; border-right:1px solid #eaeaea;border-left:1px solid #eaeaea; }
.picScroll-top .hd .prev:hover{background:#24adf8;}
.picScroll-top .hd .next{ display:block;  width: 56px; height: 54px; text-align: center; line-height: 54px; float:right; overflow:hidden;
cursor:pointer; margin-right: 72px; border-right:1px solid #eaeaea;}
.picScroll-top .hd .next:hover{background:#24adf8;}
.picScroll-top .hd p{display:block;  width: 72px; height: 54px; float: right;margin-right: -187px; line-height: 54px; text-align: center; font-family: "微软雅黑"; font-size: 14px; color: #5f5f5f;}
.picScroll-top .hd p:hover{background:#24adf8;}

.picScroll-top .bd{  background: #FFFFFF; }
.picScroll-top .bd ul{ overflow:hidden; zoom:1; }
.picScroll-top .bd ul li{  zoom:1; height: 140px; margin-top: 5px; border-bottom: #eaeaea solid 1px;}
.picScroll-top .bd ul li .pic{ text-align:center; float: left;transition: 0.5s; width: 65px; height: 75px;  background: #9b9b9b; margin-top: 26px; margin-left: 30px; }
.picScroll-top .bd ul li .pic h2{ height: 45px; line-height: 45px; font-family: "微软雅黑"; font-size: 26px; color: #FFFFFF; border-bottom: #FFFFFF dashed 1px;}
.picScroll-top .bd ul li .pic h3{height: 27px; line-height: 27px;font-family: "微软雅黑"; font-size: 14px; color: #FFFFFF;}
.picScroll-top .bd ul li .title{ float: right; width: 500px; margin-top: 26px; margin-right: 30px;}
.picScroll-top .bd ul li .title h4{  font-family: "微软雅黑"; font-size: 14px; height: 30px; color: #515151;}
.picScroll-top .bd ul li .title div {font-family: "微软雅黑"; font-size: 12px; color: #868686; line-height: 24px;}
.picScroll-top .bd .picList li:hover .pic{background: #24adf8;}

/*产品与方案*/
.sol_l{ width: 450px; height: 505px; float: left; background: #FFFFFF;}
.sol_l h2{font-family: "微软雅黑"; font-size: 14px; color: #858585;margin-left: 20px; width: 200px; height: 65px; line-height: 65px; font-weight: normal;}
.sol_l h1{font-family: "微软雅黑"; font-size: 16px;  font-weight: normal; margin-top: 15px; width: 200px; margin-left: 22px;}
.sol_l h1>a:hover{color: #3290ec;}
.sol_l h5{font-family: "微软雅黑"; font-size: 12px; color: #adadad;font-weight: normal; margin-top: 10px; width: 200px; margin-left: 22px;}
.sol_l h4{font-family: "微软雅黑"; font-size: 12px; width: 365px; height: 60px; margin-top: 15px; margin-left: 22px; font-weight: normal;}

.sol_r{ width:650px; height: 505px; float: right;}
.sol_r li{float: right; margin-left: 20px; margin-bottom: 11px;}
.sol_r li a{display: block; width: 300px; height: 247px; background: #FFFFFF;transition: 0.5s;}
.sol_r li a:hover{background: #3290ec;}
.sol_r li a:hover h3{color: #FFFFFF;}
.sol_r li a h3{ font-family: "微软雅黑"; font-size: 14px; height: 38px; line-height: 50px; color: #353535; font-weight: normal; padding-left: 15px;}
.sol_r li a h4{ font-family: "微软雅黑"; font-size: 12px; color: #adadad; font-weight: normal;padding-left: 15px;}
.sol_r li a img{ width: 300px; height: 180px; margin-top: 13px;}

/*无缝滚动*/
.picMarquee-left{ width:1100px;  overflow:hidden; position:relative;  border:1px solid #ccc;   }

.picMarquee-left .bd{ padding:0 20px; padding-top: 40px; height: 200px;  }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; margin-top: 20px; }
.picMarquee-left .bd ul li{ margin:0 20px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:170px; height:150px; display:block; padding:2px; border:1px solid #ccc; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px; }
.picMarquee-left .bd ul li .title a{ font: "微软雅黑"; font-size: 12px; color: #353535;}

/*底部*/
.bot{ width: 1100px; height: 370px; margin: auto; }
.bot .link{width: 1100px; min-height: 125px; border-bottom: #00a0f7 solid 1px;}
.bot .link span{float: left; font-family: "微软雅黑"; font-size: 22px; color: #515151; margin-top: 30px; margin-left: 16px;}
.bot .link p{float: left; font-family: "微软雅黑"; font-size: 12px; color: #9C9C9C; margin-top: 40px; margin-left: 13px;}
.bot .link ul{width: 100%;}
.bot .link ul li{float: left; margin-left: 20px;}
.bot .link ul li a{font-family: "微软雅黑"; font-size: 12px; color: #817f7f;}
.bot .bot_con{ width: 1100px; height: 200px; border-bottom: #00a0f7 solid 1px; }
.bot .bot_con .bot_con_l{float: left; width: 705px; height: 200px; }
.bot .bot_con .bot_con_l>li{ float: left; margin-left: 50px; margin-top: 44px; }

.bot_con .bot_con_l>li>h2{ font-family: "微软雅黑"; font-size: 14px; color: #817f7f;}
.bot_li{ width: 100px;}
.bot_li li{ margin-top: 10px;}
.bot_li a{font-family: "微软雅黑"; font-size: 12px; color: #9c9c9c;}

.bot_con_r{float: right; width: 390px; height: 160px;  border-left: #00a0f7 solid 1px; margin-top: 20px; }
.bot_con_r img{float: left; margin-top: 23px; margin-left: 25px;}
.bot_con_r div{ float: left; margin-left: 30px;}
.bot_con_r div h1{font-family: "微软雅黑"; font-size: 14px; color: #817f7f; font-weight: normal;}
.bot_con_r div h2{width: 360px; height: 130px; font-family: "微软雅黑"; font-size: 14px;  font-weight: normal;}
.bot_con_r div h3{font-family: "微软雅黑"; font-size: 14px; color: #817f7f; margin-top: 15px;font-weight: normal;}

/*列表页*/
.content_bg{ width: 100%; min-height: 800px;height: auto; background: #ededec; padding-top: 25px;}
.content{width: 1000px;min-height: 800px; height: auto; margin: auto;  padding-top: 15px;}
.content li{width: 100%; height: 200px; background: #FFFFFF; margin-top: 20px; }
.content li a{display: block; width: 100%; height: 200px;}
.content li a:hover{background: #52b4ed;}
.content li a:hover h1{color: #066396;}
.content li a img{ width: 250px; height: 200px; float: left; }
.content li a div{ float: right; width: 700px; height: 200px; }
.content li a div h1{ font-family: "微软雅黑"; font-size: 20px; font-weight: normal; color: black; margin-top: 30px;}
.content li a div h2{height: 80px; line-height: 28px; width: 600px; margin-top: 10px; font-family: "微软雅黑"; font-size: 14px; font-weight: normal; color: #5F5F5F;  overflow: hidden;}
.content li a div h3{font-family: "微软雅黑"; font-size: 12px; font-weight: normal;margin-top: 15px; color: #5F5F5F;}

/*内容页*/
.con_con{ width: 1000px;min-height: 800px;height: auto;  margin: auto;}
.con_con h1{width: 100%; height: 50px; line-height: 50px;  text-align: center;
font-family: "微软雅黑"; font-weight: normal; font-size: 20px;}
.con_con .xinxi{width: 100%; height: 50px; line-height: 50px;}
.con_con .xinxi h4{float: left; font-size: 12px; color: #858585; margin-left: 38%; font-weight: normal;}
.con_con .xinxi h5{float: left;font-size: 12px;color: #858585; margin-left: 80px;font-weight: normal;}
.con_con h2{ margin-top: 30px;}


/* 列表分页 */
.PageBox{text-align:center;color:#ccc;vertical-align:middle;padding-top:15px;}
.PageBox a{color:#666;display:-moz-inline-box !important;display:inline-block;}
.PageBox .prev{font-weight:bold;margin-right:4px;}
.PageBox .next{font-weight:bold;margin-left:4px;}
.PageBox .forbox a{width:17px;height:17px;text-align:center;background:#f8f8f8;margin:0 4px;vertical-align:middle;color:#999;}
.PageBox .forbox a:hover{background:#333;color:#fff;text-decoration:none;}
.PageBox .forbox a.active{color:#11aee0;font-weight:bold;}
.PageBox .forbox a.active:hover{color:#ffffcc;}
.PageBox .pagenumber{color:#999;margin-left:8px;}

.bot_con .bot_con_l .img{ width: 115px; height: 115px; background: #0000FF;}
.houtai{font-family: "微软雅黑"; font-size: 12px;color: #9c9c9c;}



